Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stb_vorbis: Fix Clang -Wtautological-compare warning and related Undefined Behaviour. #1746

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

manxorist
Copy link
Contributor

Fixes #1745.

manxorist added a commit to OpenMPT/openmpt that referenced this pull request Feb 15, 2025
manxorist added a commit to OpenMPT/openmpt that referenced this pull request Feb 15, 2025
[Fix] stb_vorbis: Fix Clang -Wtautological-compare warning and related Undefined Behaviour. Apply <nothings/stb#1746>.
........


git-svn-id: https://source.openmpt.org/svn/openmpt/branches/OpenMPT-1.28@22878 56274372-70c3-4bfc-bfc3-4c3a0b034d27
manxorist added a commit to OpenMPT/openmpt that referenced this pull request Feb 15, 2025
[Fix] stb_vorbis: Fix Clang -Wtautological-compare warning and related Undefined Behaviour. Apply <nothings/stb#1746>.
........


git-svn-id: https://source.openmpt.org/svn/openmpt/branches/OpenMPT-1.30@22876 56274372-70c3-4bfc-bfc3-4c3a0b034d27
manxorist added a commit to OpenMPT/openmpt that referenced this pull request Feb 15, 2025
[Fix] stb_vorbis: Fix Clang -Wtautological-compare warning and related Undefined Behaviour. Apply <nothings/stb#1746>.
........


git-svn-id: https://source.openmpt.org/svn/openmpt/branches/OpenMPT-1.29@22877 56274372-70c3-4bfc-bfc3-4c3a0b034d27
manxorist added a commit to OpenMPT/openmpt that referenced this pull request Feb 15, 2025
[Fix] stb_vorbis: Fix Clang -Wtautological-compare warning and related Undefined Behaviour. Apply <nothings/stb#1746>.
........


git-svn-id: https://source.openmpt.org/svn/openmpt/branches/OpenMPT-1.31@22875 56274372-70c3-4bfc-bfc3-4c3a0b034d27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

stb_vorbis: 1404:75: warning: pointer comparison always evaluates to false [-Wtautological-compare]
1 participant